I’ve run into a strange behaviour in my OSM user diary entry when documenting a batch/ffmpeg command.
This line in a code-block (ignore formatting):
ffmpeg select=eq(pict_type,I)</br>
is automatically turned into:
ffmpeg https://wiki.openstreetmap.org/wiki/Tag:select=eq(pict_type,I)
This happens even inside code blocks (<pre>, fenced code, etc.). It does not happen if I add spaces around the = (e.g. select = eq(pict_type,I)), but I cannot change the code because it must stay exactly as written.
<nowiki>...</nowiki>, <pre>...</pre>, <nowiki><pre>...</pre></nowiki> and similar combinations do not stop the autolink.
Is this a known issue with the OSM Wiki parser or is this a feature?

